Skip to content

Also check for Xcode ARM64 preprocessor macros#45

Open
gotow wants to merge 1 commit intonarugit:mainfrom
gotow:xcode_compatibility
Open

Also check for Xcode ARM64 preprocessor macros#45
gotow wants to merge 1 commit intonarugit:mainfrom
gotow:xcode_compatibility

Conversation

@gotow
Copy link
Copy Markdown

@gotow gotow commented Mar 21, 2026

Changed:

#if defined(ARCH_TYPE_ARM64)

to:

#if defined(ARCH_TYPE_ARM64) || defined(arm64)

Changed:

#if defined(ARCH_TYPE_ARM64)

to:

#if defined(ARCH_TYPE_ARM64) || defined(__arm64__)
@gotow gotow marked this pull request as draft March 21, 2026 00:25
@gotow gotow marked this pull request as ready for review March 21, 2026 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant